home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
comm
/
bbs
/
ACSDD110.lha
/
Docs
/
DDCallers.MAN
< prev
next >
Wrap
Text File
|
1995-02-16
|
3KB
|
88 lines
DDCallers V1.0 For DayDream BBS - Quick documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What it this thing?
~~~~~~~~~~~~~~~~~~~
This utility lists last 10 callers to the System. It can be
made resident is VERY fast, though it was my very first DD
utility. Infact, this is my first program i have programmed
on ASM.
Features
~~~~~~~~
- List last 10 callers very fast.
- Nice outlook.
- Weekly statistics.
- Support for custom headers.
Installation
~~~~~~~~~~~~
1) Create storage file using DDCallers -c command.
2) Add DDCallers to your logoff[node].bat.
Usage
~~~~~
DDCallers -n? -h -l -t[file] -o[file] -m -N? = Node number
-a[file] -w[file] -H = Use handles
-L = Use zipcode&location
-T = Headerfile
-O = Outputfile
-M = Add More-prompt
-A = MiniCallerslog
-W = Weekly Stats
Nodenumber
~~~~~~~~~~
Number of node. Log file of selected node will be scanned and
the last user from there will be added to the list.
Handles/Realnames
~~~~~~~~~~~~~~~~~
It's possible to configure this to user handles or realnames.
To use handles, use -h parameter. Otherwise realnames will be used.
Zipcode/Organization
~~~~~~~~~~~~~~~~~~~~
It's possible to configure this to user zip code or organization.
To use zipcode, enable -l parameter. Otherwise organization will
be used.
Headerfile
~~~~~~~~~~
You need header to the output. Full path is required, but .TXT/.GFX
extension will be added.
Outputfile
~~~~~~~~~~
This specifies outputfile for last 10 callers. Full path is required,
but .TXT/.GFX extension will be added.
Moreprompt
~~~~~~~~~~
If you want to add moreprompt to the end of headerfile, specify
-m flag.
Minicallerslog
~~~~~~~~~~~~~~
If you want to have optional minicallerslog (logfile, all entries
will be added) specify this. Eg. "-aDayDream:Logfiles/Minilog.Log".
Weekly stats
~~~~~~~~~~~~
If you want to enable weekly statistics, specify this. Eg.
"-wDayDream:Bulletins/Bulletin.10".
Eg.
DayDream:utils/DDCallers -n1 -h -tDayDream:Display/Iso/CallersHeader
-oDayDream:Display/Iso/Welcome -m -aDayDream:MiniLog.txt
-wDayDream:Wares/Bulletins/Bulletin.10
Note that everything must be in the same line.